home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / math / winks41.zip / SETUP.CFG < prev    next >
Text File  |  1996-05-15  |  2KB  |  53 lines

  1. rem --- set the color for background on the screen
  2. SCREENCOLOR: (192,192,192),(192,192,192)
  3.  
  4. rem --- display the bitmap logo
  5. SCREENGRAPHIC: texasoft.bmp, bottomright
  6.  
  7. rem --- the title that appears on the background
  8. TITLE: "WINKS 4.1c", 60, italic, bold
  9. rem --- the color for the title
  10. TITLECOLOR: blue
  11. BEGINFIRSTSCREEN
  12.    
  13.    Welcome to WINKS(tm) Basic Evaluation Edition, a program
  14.    for Statistical Data Analysis and Graphs.
  15.  
  16.    This installation program will install WINKS onto your  
  17.    hard disk. Please follow the instructions on the 
  18.    screen. This installation will not change your autoexec.bat
  19.    or config.sys, and will not write any files to your windows
  20.    directory. 
  21.  
  22.    This is an unregistered copy of the program. 
  23.  
  24. ENDFIRSTSCREEN
  25.  
  26. BEGINLASTSCREEN
  27.  
  28.    Installation of WINKS is now complete.  
  29.  
  30.    Double Click on the WINKS icon to begin the program.
  31.  
  32.    This is an unregistered evaluation copy.
  33.  
  34. ENDLASTSCREEN
  35.  
  36. rem --- check to see if the end user has enough disk space to install
  37. MINDISKSPACE: 2600000
  38.  
  39. rem --- set the default drive and directory for installation
  40. DEFAULTDIR: c:\winks, prompt="Please enter the drive and directory where you wish WINKS to be installed:"
  41.  
  42. rem --- 
  43. WINITEM: "WINKS", "$DEFAULTDIR$\winks.exe", "WINKS Evaluation", Replace
  44. WINITEM: "WINKS", "$DEFAULTDIR$\whelp.hlp", "WINKS HELP", Replace
  45. WINITEM: "WINKS", "notepad.exe $DEFAULTDIR$\worder.txt", "Order Form", Replace
  46. WINITEM: "WINKS", "notepad.exe $DEFAULTDIR$\latenews.txt", "Latenews", Replace
  47. WINITEM: "WINKS", "WRITE.EXE $DEFAULTDIR$\winks.wri", "WINKS Documentation", Replace
  48.  
  49. FILE: winksw.SHR overwrite=yes
  50. FILE: WINKS.WRI overwrite=yes
  51.  
  52.  
  53.